Q3View_SetDefaultAttributeSet
You can use theQ3View_SetDefaultAttributeSet
function to set the default attribute set associated with a view.
TQ3Status Q3View_SetDefaultAttributeSet ( TQ3ViewObject view, TQ3AttributeSet attributeSet);
view
- A view.
attributeSet
- The default attribute set to be associated with the specified view.
DESCRIPTION
TheQ3View_SetDefaultAttributeSet
function sets the default attribute set of the view specified by theview
parameter to the set specified in theattributeSet
parameter.